ASH84
Software Engineer focused on turning complexity into simplicity. Co-founder at Payhere. Previously Tech Lead of remit team at Banksalad.
Experience
- Head of tech Payhere.Inc, 2024—present
- CTO Payhere.Inc, 2020—2023
- TechLead, Banksalad, 2018—2020
- Senior Software Engineer Danal, 2014—2018
Latest Blog Posts
-
Feb 10, 2014(cocoapods) [!] Pod::Executable pull 문제 해결어느순간 cocoapods를 사용하다 보면, `pod install` 이라고 쳤는데 console 창에 빨간 글씨의 화면이 아래처럼 나올때가 있다. 이러면 `pod install` 로 인해서 workspace가 생기지 않게 된다. [대처법](http://stackoverflow.com/questions/18224627/error-on-pod-install)은 간단한데 cocoapods의 master repo 를 지우면 된다. ```bash $sudo rm -rf ~/.cocoapods ``` ![](http://ash84...